inspector: Stop overeager activation
authorMatthias Clasen <mclasen@redhat.com>
Thu, 30 Oct 2014 22:47:46 +0000 (18:47 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 30 Oct 2014 22:47:46 +0000 (18:47 -0400)
Stop using activate-on-single click for the property list -
it is a little annoying to have the popover come up when you
just click in the list to get the focus there.

gtk/inspector/prop-list.ui

index 6bfc79732f2d83d48f782e16caabb3f124436dee..7669e2d51f812f79d0fe58da14ea1b4015578f60 100644 (file)
@@ -23,7 +23,6 @@
             <property name="visible">True</property>
             <property name="model">model</property>
             <property name="tooltip-column">3</property>
-            <property name="activate-on-single-click">True</property>
             <signal name="row-activated" handler="row_activated"/>
             <child>
               <object class="GtkTreeViewColumn">